home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
MISC
/
DTMFF110
/
FFT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-06-09
|
205b
|
9 lines
/*
* Prototypes for the routines in realfft.c and realffta.asm
*/
void InitializeFFT( int );
void EndFFT( void );
void RealFFT( short * );
extern int *BitReversed;